home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TCATSELECTIONFORM / TCATSELECTIONFORM.txt
Text File  |  1998-11-20  |  1KB  |  75 lines

  1. object CatSelectionForm: TCatSelectionForm
  2.   Left = 260
  3.   Top = 112
  4.   BorderStyle = bsDialog
  5.   Caption = 'Category Selection'
  6.   ClientHeight = 165
  7.   ClientWidth = 241
  8.   Color = clSilver
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object BookLabel1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 61
  22.     Height = 13
  23.     Caption = 'Categories'
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object List: TListBox
  31.     Left = 8
  32.     Top = 24
  33.     Width = 145
  34.     Height = 136
  35.     Hint = 'Use CTRL Key For Multiple Selections'
  36.     Color = clWhite
  37.     DragMode = dmAutomatic
  38.     Font.Color = clNavy
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ItemHeight = 13
  43.     MultiSelect = True
  44.     ParentFont = False
  45.     Sorted = True
  46.     TabOrder = 0
  47.   end
  48.   object BitBtn1: TBitBtn
  49.     Left = 160
  50.     Top = 24
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '&OK'
  54.     TabOrder = 1
  55.     Kind = bkOK
  56.   end
  57.   object BitBtn2: TBitBtn
  58.     Left = 160
  59.     Top = 52
  60.     Width = 75
  61.     Height = 25
  62.     Caption = '&Cancel'
  63.     TabOrder = 2
  64.     Kind = bkCancel
  65.   end
  66.   object BitBtn3: TBitBtn
  67.     Left = 160
  68.     Top = 88
  69.     Width = 75
  70.     Height = 25
  71.     TabOrder = 3
  72.     Kind = bkHelp
  73.   end
  74. end
  75.